home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / misc / ecfax931024.lha / faxcmd / libfax / RCS / write.h,v < prev   
Text File  |  1993-10-25  |  1KB  |  94 lines

  1. head    1.3;
  2. access;
  3. symbols
  4.     OCT93:1.3;
  5. locks;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.3
  10. date    93.09.18.20.16.23;    author Rhialto;    state Exp;
  11. branches;
  12. next    1.2;
  13.  
  14. 1.2
  15. date    93.06.11.16.15.25;    author Rhialto;    state Exp;
  16. branches;
  17. next    1.1;
  18.  
  19. 1.1
  20. date    93.06.11.15.19.27;    author Rhialto;    state Exp;
  21. branches;
  22. next    ;
  23.  
  24.  
  25. desc
  26. @Prototype for (former) write.c
  27. @
  28.  
  29.  
  30. 1.3
  31. log
  32. @Unconditional prototypes.
  33. @
  34. text
  35. @/* $Id: write.h,v 1.2 1993/06/11 16:15:25 Rhialto Exp $
  36.  * $Log: write.h,v $
  37.  * Revision 1.2  1993/06/11  16:15:25  Rhialto
  38.  * First real RCS checkin
  39.  *
  40.  */
  41. /*
  42.   write.h
  43.  
  44.   (c) Copyright 1991 by David M. Siegel.
  45.       All rights reserved.
  46.  
  47.   %W% %G% %U%
  48. */
  49.  
  50. #ifndef in_libfax_write_h
  51. #define in_libfax_write_h 1
  52.  
  53. /*
  54.   Prototypes:
  55. */
  56.  
  57. int nwrite(int fd, char *buf, int bufsize);
  58. /* VARARGS */
  59. int fdprintf(int, char *, ...);
  60.  
  61. #endif
  62. @
  63.  
  64.  
  65. 1.2
  66. log
  67. @First real RCS checkin
  68. @
  69. text
  70. @d1 5
  71. a5 2
  72. /* $Id$
  73.  * $Log$
  74. d23 1
  75. a23 8
  76. int nwrite(
  77. #ifdef _PROTO
  78.      int fd,
  79.      char *buf,
  80.      int bufsize
  81. #endif
  82. );
  83.  
  84. @
  85.  
  86.  
  87. 1.1
  88. log
  89. @Initial revision
  90. @
  91. text
  92. @d1 3
  93. @
  94.